home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- if the timer > 225 then
- set the visible of sprite 8 to 1
- set the visible of sprite 9 to 1
- go(50)
- else
- go(the frame)
- end if
- end
-
- on mouseUp
- sound stop 1
- set the visible of sprite 8 to 1
- set the visible of sprite 9 to 1
- go(50)
- end
-